home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source21 / bookc.dfm / bookc.txt next >
Text File  |  1995-12-22  |  2KB  |  98 lines

  1. object Form3: TForm3
  2.   Left = 394
  3.   Top = 440
  4.   ActiveControl = BitBtn1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Image Color Book'
  7.   ClientHeight = 360
  8.   ClientWidth = 523
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 304
  19.     Top = 24
  20.     Width = 88
  21.     Height = 16
  22.     Caption = 'Image name :'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 320
  26.     Top = 72
  27.     Width = 120
  28.     Height = 16
  29.   end
  30.   object Image2: TImage
  31.     Left = 176
  32.     Top = 328
  33.     Width = 32
  34.     Height = 16
  35.     AutoSize = True
  36.     Picture.Data = {<image000.bmp>}
  37.     OnClick = Image2Click
  38.   end
  39.   object Image3: TImage
  40.     Left = 480
  41.     Top = 328
  42.     Width = 32
  43.     Height = 16
  44.     AutoSize = True
  45.     Picture.Data = {<image001.bmp>}
  46.     OnClick = Image3Click
  47.   end
  48.   object ScrollBox1: TScrollBox
  49.     Left = 48
  50.     Top = 0
  51.     Width = 249
  52.     Height = 217
  53.     TabOrder = 0
  54.     object Image1: TImage
  55.       Left = 0
  56.       Top = 0
  57.       Width = 247
  58.       Height = 215
  59.       Align = alClient
  60.       AutoSize = True
  61.       Center = True
  62.       Stretch = True
  63.     end
  64.   end
  65.   object BitBtn1: TBitBtn
  66.     Left = 14
  67.     Top = 232
  68.     Width = 99
  69.     Height = 33
  70.     TabOrder = 1
  71.     Kind = bkOK
  72.   end
  73.   object BitBtn2: TBitBtn
  74.     Left = 48
  75.     Top = 288
  76.     Width = 97
  77.     Height = 33
  78.     TabOrder = 2
  79.     Kind = bkCancel
  80.   end
  81.   object ScrollBox2: TScrollBox
  82.     Left = 229
  83.     Top = 136
  84.     Width = 236
  85.     Height = 217
  86.     TabOrder = 3
  87.     object Image4: TImage
  88.       Left = 0
  89.       Top = 0
  90.       Width = 234
  91.       Height = 215
  92.       Align = alClient
  93.       AutoSize = True
  94.       Stretch = True
  95.     end
  96.   end
  97. end
  98.